public class DisplayRow : FieldPublic Class DisplayRow
Inherits Field| DisplayRow | Initializes a new instance of the DisplayRow class. |
| Condition | Specifies the condition for selecting a row. If the attribute is present, a new row will be only selected of the result of evaluating the condition is to true when interpreted as Boolean value. |
| Name | Contains the source database by its name. |
| RowNumber | Contains the row number to select when the condition is true. |
| TableName | Contains the table within a source database. |
| TableType | Specifies the reference made by a database table. The defined values are: -table : the value of the text:table-name attribute is the name of a database table. -query : the value of the text:table-name attribute is the name of a database query. -command : the value of the text:table-name attribute is an SQL statement. |
| Value | Contains the row value. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Overrides FieldGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent |
Returns the parent element.
(Inherited from Field) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current DisplayRow object to its equivalent string representation.
(Overrides ObjectToString) |